home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-11-03 | 726 b | 29 lines | [TEXT/PEDT] |
- (Enter dial procedure: )
-
-
- (This is where the procedure is entered. You may)
- (use the entire RR procedure instruction set.)
- (You then compiled it as any other RR procedure.)
-
-
-
-
- (Stop at this point. Don't include the U#= prompt. IDOD takes)
- ( over from here!)
-
- (This must be attached to the end of all dialing procedures )
- (so that it re-enters IDOD.)
-
- LET EQUAL R%,1
- SAVEVAR IDOD custom
-
- (Make sure the procedure name is the same as shown below or )
- (vice versa.)
- (You may need to add the entire path. Example: )
- (HD20:Red Procedures:IDOD3.0B8.PROC)
- (The path will be necessary when IDOD is not run in )
- (the same folder as RR.)
-
- DO IDOD 3.0.PROC
-
- (Compile this then select this procedure in the IDOD "Settings" window.)